-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(backup): Send relocation started email #59922
Conversation
fdf9740
to
0430dbe
Compare
b243739
to
bebb04e
Compare
@@ -53,6 +53,9 @@ | |||
<option value="mail/sentry-app-notify-disable/">Sentry App Notify Disable</option> | |||
<option value="mail/join-request/">Join Request</option> | |||
</optgroup> | |||
<optgroup label="Relocation"> | |||
<option value="mail/relocation-started/">Relocation Started</option> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we move Relocate Account
here if this is now a new group?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
|
||
{% block main %} | ||
<h3>Relocation Accepted</h3> | ||
<p>Your relocation (id: <i>{{ uuid }}</i>) request has been accepted. You requested that the following organizations be migrating to sentry.io:</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It feels a bit weird to have the uuid in parentheses here, would it be better to have that in smaller text underneath the header Relocation Accepted
? Not a designer though, so maybe I don't know what I'm talking about
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
I've updated the images attached to the PR to reflect this.
0430dbe
to
69be331
Compare
bebb04e
to
ec317a8
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #59922 +/- ##
==========================================
- Coverage 80.78% 80.78% -0.01%
==========================================
Files 5181 5181
Lines 227655 227673 +18
Branches 38320 38323 +3
==========================================
+ Hits 183910 183924 +14
- Misses 38134 38138 +4
Partials 5611 5611
|
7444b21
to
2e438da
Compare
Once we have decent confidence that a relocation is not obviously invalid, we send the owner (and creator, if they are different people) an email indicating that their relocation has started. Issue: getsentry/team-ospo#203
ec317a8
to
2145474
Compare
Once we have decent confidence that a relocation is not obviously invalid, we send the owner (and creator, if they are different people) an email indicating that their relocation has started.
Issue: getsentry/team-ospo#203